<:#568,9360><:f,2Times New Roman,>The following macro adds the LoadFinder macro (below) to the File menu. It then calls your original Program Load macro, if you had one when AmiFind Installer was run.
<:#284,9360>
<:#284,9360>Function AddFinder ()
<:#284,9360>ThisFile=GetRunningMacroFile$()
InsertMenuItem (1, "&File", 11, "A&miFind...", "{ThisFile}!LoadFinder()", "Load AmiFind- find lost files by filename, description, keywords, date, or contents")
<:#284,9360>OldAutoExec=GetProfileString$ ("AmiFind", "Old Program Load Macro")
<:#284,9360>IF OldAutoExec<<<;>"" then
<:#284,9360> CALLI OldAutoExec ()
<:#284,9360>ENDIF
<:#284,9360>End Function
<:#284,9360>
<:#284,9360><:f,2Times New Roman,>The following macro runs AmiFind.<:f>